control dependence meaning in Chinese
控制相关性
Examples
- A dynamic program slice is obtained by recursively traversing the data and control dependence edges in the dynamic dependence graph of the program for the given test case [ 0 , 3 ]
对于给定的测试用例{ [ 0 . 3 ] ,动态程序片是通过以下方式获得的:递归遍历程序动态依赖图中的数据和控制依赖边 - There are three key factors baffle the sma processor : context load imbalance , inter - thread control dependence and inter - thread data dependence . to maintain performance boost , the sma compiler must eliminate those factors thoroughly . the work of this paper include : 1 the paper thoroughly investigates execution behavior of various applications on sma architecture
主要的工作与创新点包括: 1研究了sma结构各种主要程序结构的适应性和性能优化特性,确定了sma模型的关键性能要素:现场间负载不均衡、线程间控制前瞻失效与线程间数据前瞻失效。 - The following works have been done : ( 1 ) define csl language and complete the lexical analysis and syntactical analysis of it ; ( 2 ) obtain control flow graph ( later referred as cfg ) from abstract syntax tree ( ast ) ; ( 3 ) control dependence analysis of csl ; ( 4 ) system architecture of csl slicing system
内容包括通过语法分析获得源程序的抽象语法树,从抽象语法树构造控制流图,在控制流图上做控制流分析获得源程序的控制依赖关系,在控制流图上做数据流分析获得源程序的数据依赖关系,以及最后获得源程序的程序依赖图并以图可达性算法获得程序分片的全过程。